home *** CD-ROM | disk | FTP | other *** search
- #ifndef __AEUTILS__
- #define __AEUTILS__
-
- #ifndef __TYPES__
- #include <Types.h>
- #endif
-
- #ifndef __APPLEEVENTS__
- #include <AppleEvents.h>
- #endif
-
- #ifndef __EVENTS__
- #include <Events.h>
- #endif
-
- #ifndef __WINDOWS__
- #include <Windows.h>
- #endif
-
- void DoHighLevelEvent(EventRecord *event);
- OSErr GetTargetInfo(AEAddressDesc targetDesc, StringPtr zone, StringPtr machine,
- StringPtr application);
- OSErr MakeTarget(AEAddressDesc *target, Boolean sendDirect, short replyMode, Str255 prompt,
- Str255 applListLabel, PPCFilterProcPtr portFilter, char *theLocNBPType);
- Boolean MissedAnyParameters(AppleEvent *message);
- void NotifyCancel(void);
- void NotifyUser(void);
-
- #endif __AEUTILS__
-
-